projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfa8e2
)
build: Dist toarray.pl
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 24 Sep 2015 07:27:45 +0000
(08:27 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 24 Sep 2015 07:29:30 +0000
(08:29 +0100)
Some distributions (MSYS2, Debian) call autoreconf on a tarball because
they change the autotools artifacts.
In order to rebuild the Broadway generated files, we need to ship the
scripts that we use when disting a release.
gdk/broadway/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/broadway/Makefile.am
b/gdk/broadway/Makefile.am
index 90500a257f4879e285560422e63b44ec968a5981..2f8457e7266bb728c9380ca20d934bee6c4b0394 100644
(file)
--- a/
gdk/broadway/Makefile.am
+++ b/
gdk/broadway/Makefile.am
@@
-30,6
+30,8
@@
libgdkbroadwayinclude_HEADERS = \
gdkbroadwaycursor.h \
gdkbroadwayvisual.h
+EXTRA_DIST += toarray.pl
+
clienthtml.h: client.html
$(AM_V_GEN) $(PERL) $(srcdir)/toarray.pl client_html $(srcdir)/client.html > $@